home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12416 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  931 b 

  1. Path: user1.mnsinc.com!huang
  2. From: huang@mnsinc.com (Szu-Wen Huang)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Question on 'bubble sort'
  5. Date: 31 Mar 1996 21:55:24 GMT
  6. Organization: Monumental Network Systems
  7. Message-ID: <4jmv0d$t2p@news1.mnsinc.com>
  8. References: <4jieso$juc@lantana.singnet.com.sg> <828206958snz@genesis.demon.co.uk>
  9. NNTP-Posting-Host: user1.mnsinc.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Lawrence Kirby (fred@genesis.demon.co.uk) wrote:
  13. : In article <4jieso$juc@lantana.singnet.com.sg>
  14. :            s8700055@singnet.com.sg "XY Xie" writes:
  15.  
  16. : >I came across this sorting algorithm called 'bubble sort' in a book.
  17.  
  18. : If the book doesn't explain why there is never a good reason to use bubble
  19. : sort then I suggest you get another book.
  20.  
  21. Sure there is.  If I had 5 minutes to code something that will sort
  22. 10 numbers, bubblesort comes in real handy.  If you've ever joined
  23. a programming contest you'll know what I mean.
  24.